home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Guided Tour of Multimedia (Second Edition)
/
The Guided Tour of Multimedia (Second Edition).iso
/
trials
/
qtw111
/
samples
/
bigeight.rc
< prev
next >
Wrap
Text File
|
1992-08-19
|
840b
|
29 lines
// ---------------------------------------------------------------------
//
// BigEight.rc - Sample QuickTime for Windows Application
//
// (c) 1988-1992 Apple Computer, Inc. All Rights Reserved.
//
// ---------------------------------------------------------------------
#include <windows.h>
#include "bigeight.h"
bigeight MENU
{
POPUP "&Attributes"
{
MENUITEM "&Hide Controller", IDM_CONTROLLER
MENUITEM "&Hide Step Buttons", IDM_STEP_BUTTONS
MENUITEM "&Hide Speaker Button", IDM_SPEAKER_BUTTON
MENUITEM "&Hide Grow Box", IDM_GROW_BOX
MENUITEM SEPARATOR
MENUITEM "&Disable Keyboard Interface", IDM_KEYBOARD
MENUITEM "&Disable Sound", IDM_SOUND
MENUITEM "&Enable Looping", IDM_LOOPING
MENUITEM "&Enable Palindrome Looping", IDM_PALINDROME
}
}